home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-01.zip / 01 / Pakiet odzyskiwanie danych / Edytory binarne / HXD 1.6.1.0 / readme.txt < prev   
Text File  |  2006-07-02  |  4KB  |  85 lines

  1. HxD Hexeditor README
  2. ====================
  3.  
  4. HxD Copyright⌐ 2002-2006 by Maδl H÷rz. All rights reserved.
  5. See also license.txt
  6.  
  7.  
  8. Features
  9. ========
  10. - Instant opening regardless of file-size 
  11.   (>4GB is no problem, if it fits on a disk/drive you can open it)
  12. - Fast searching: forward, backwards or from beginning
  13. - Replace function
  14. - Disk-Editor: RAW reading and writing of disks and drives (WinNT and Win9x)
  15. - RAM-Editor: can read and write virtual memory of other processes
  16. - Data-folding for better overview in RAM-Editor
  17. - Splitting and joining files
  18. - Safe deletion of files (shredder)
  19. - Inserting bytes or filling a selection with a pattern
  20. - Exporting of data to source code (Pascal, C, Java)
  21.   or as formatted output (plain text, HTML, Richtext, TeX)
  22.   or to hex formats
  23.    Motorola S19 Records, Motorola S28 Records, Motorola S37 Records,
  24.    16 Bit Intel Hex, 20 Bit Intel Hex, 32 Bit Intel Hex
  25. - Checksum-Generator:
  26.     Checksum-8, ..., Checksum-32, CRC-16, CRC-16 CCITT,
  27.     CRC-32, Custom CRC, SHA-1, SHA-256, SHA-384, SHA-512, MD-2, MD-4, MD5
  28. - Statistical view:
  29.     Graphical representation of the character distribution.
  30.     Helps to identify the data-type of a selection.
  31. - Support for ANSI, DOS/IBM-ASCII and EBCDIC charsets
  32. - Unlimited undo
  33. - Modified data is highlighted
  34. - Internet update checker
  35. - Ghost caret: displayed around the corresponding character/hex value on the
  36.   inactive column, the caret is placed on the active column
  37. - Printing
  38. - Bookmarks:
  39.     Ctrl+Shift+Number(0-9) sets a bookmark,
  40.     Ctrl+Number(0-9) goes to a bookmark
  41. - Flicker free display and fast drawing
  42.  
  43. FAQ
  44. ===
  45. Q: How do I make a feature request?
  46. A: Mail me your ideas and also don't forget to tell me the benefits.
  47.    You may also post them in the forum: http://forum.mh-nexus.de
  48.  
  49. Q: I found a bug. How should I report it?
  50. A: Please use the "Bugs"-section in the support-forum: http://forum.mh-nexus.de
  51.    Try to give as many details as possible, especially describe the necessary
  52.    steps to reproduce the bug.
  53.  
  54. Q: The RAM-Editor shows many ? (question marks), what do they mean?
  55. A: Question marks represent unaccessible sections of the virtual memory.
  56.    This happens either because this memory-section is not allocated or
  57.    it is protected. Programs usually only use a small amount of the 4 GB range
  58.    they could use. The new data-folding should help you to navigate: it hides
  59.    all unaccessible memory-sections by default.
  60.  
  61. Q: Why does the TeX-Exporter sometimes produce output containing errors?
  62. A: It is very hard to tell LaTeX to set all characters of the Windows 1252
  63.    charset as it should. I tried to fix some issues, but there are still
  64.    characters that do not work. If you have any deeper knowledge on this,
  65.    feel free to contact me.
  66.  
  67. Q: Will there be more printing options?
  68. A: This depends on how much interest there is.
  69.    If you want more features, mail me.
  70.  
  71. Q: Will HxD be translated to other languages than German and English?
  72. A: Yes. I programmed a translation frontend that should be usable by anyone.
  73.    However I first want to test it more and be sure I have a stable fileformat
  74.    to avoid problems later. The translation tool will be available after
  75.    version 2.0 of HxD was released.
  76.  
  77. Q: I would like to translate HxD. What should I do?
  78. A: Wait until my translation program is stable. More information will follow
  79.    then. See also answer above.
  80.  
  81.  
  82. Maδl H÷rz
  83. support@mh-nexus.de
  84. http://www.mh-nexus.de
  85.